Instance Dungeon
   HOME

TheInfoList



OR:

In
massively multiplayer online game A massively multiplayer online game (MMOG or more commonly MMO) is an online video game with a large number of players, often hundreds or thousands, on the same server. MMOs usually feature a huge, persistent world, persistent open world, alt ...
s, an instance is a special area, typically a
dungeon A dungeon is a room or cell in which prisoners are held, especially underground. Dungeons are generally associated with medieval castles, though their association with torture probably belongs more to the Renaissance period. An oubliette (from ...
, that generates a new copy of the location for each group, or for a certain number of players, that enters the area. Instancing, the general term for the use of this technique, addresses several problems encountered by players in the shared spaces of
virtual world A virtual world (also called a virtual space) is a computer-simulated environment which may be populated by many users who can create a personal avatar, and simultaneously and independently explore the virtual world, participate in its activities ...
s. It is not widely known when instances were first used in this genre. However, ''
The Realm Online ''The Realm Online'', originally known as ''The Realm'', is a massively multiplayer online role playing game (MMORPG) launched in December 1996 for Windows PC. It was designed in the tradition of graphical MUDs, before the usage of the terms "m ...
'' (1996) is sometimes credited as introducing the concept.


Design considerations

The problem can be stated as follows: every player wants to be "The Hero", slay "The Monster", rescue "The Princess", and obtain "The Magic Sword". When there are thousands of players all playing the same game, clearly not everyone can be the hero. The problem of everyone wanting to kill the same monster and gain the best treasure became obvious in the game ''
EverQuest ''EverQuest'' is a 3D fantasy-themed massively multiplayer online role-playing game (MMORPG) originally developed by Verant Interactive and 989 Studios for Windows PCs. It was released by Sony Online Entertainment in March 1999 in North Americ ...
'', where several groups of players would compete and sometimes harass each other in the same dungeon, in order to get to the monsters dropping valuable items. The creation of instances largely solves this set of problems, leaving only travelling to and from the dungeon as a potential risk in
player versus player Player versus player (PvP) is a type of multiplayer interactive conflict within a game between human players. This is often compared to player versus environment (PvE), in which the game itself controls its players' opponents. The terms are mos ...
environments. Stated another way, instances can be used to reduce the competition over resources within the game. Excessive competition in these spaces leads to several undesirable behaviors such as
kill stealing In multiplayer video games, particularly in MOBAs, first-person shooters, MMORPGs and MUDs, kill stealing is the practice of obtaining credit for killing an enemy when another player has put more effort into the kill. This usually happens when ...
,
spawn camping In video gaming, camping is a tactic where a player obtains an advantageous static position, which may be a discreet place which is unlikely to be searched. The tactic is employed both in single-player games and online multiplayer games, but is u ...
, and ninja looting as players do whatever they can to acquire the limited rewards. Instancing preserves the gaming experience, since some gaming scenarios do not work if the player is continually surrounded by other players, as in a multiplayer setting. Instance dungeons may contain stronger than usual mobs and rare, sought-after equipment. They also may include level restrictions and/or restrict the number of players allowed in each instance to balance gameplay. Several games use instancing to scale the mobs to the players' levels, and/or the number of players present. Despite its advantages, instancing in MMOGs has been criticized.
Brad McQuaid Brad McQuaid (April 25, 1969 – November 18, 2019) was an American video game designer who was the key designer of ''EverQuest'', a highly successful massively multiplayer online role-playing game (MMORPG) released in 1999. He later co-founded S ...
, lead designer of ''
EverQuest ''EverQuest'' is a 3D fantasy-themed massively multiplayer online role-playing game (MMORPG) originally developed by Verant Interactive and 989 Studios for Windows PCs. It was released by Sony Online Entertainment in March 1999 in North Americ ...
'' and '' Vanguard: Saga of Heroes'' (both of which did not feature instancing at launch), wrote an essay in 2005 arguing that instances can negatively affect the game's community,
virtual economy A virtual economy (or sometimes synthetic economy) is an emergent economy existing in a virtual world, usually exchanging virtual goods in the context of an online game, particularly in massively multiplayer online games (MMOs). People enter th ...
,
churn rate Churn rate (sometimes called attrition rate), in its broadest sense, is a measure of the number of individuals or items moving out of a collective group over a specific period. It is one of two primary factors that determine the Steady state, stead ...
, and other factors. In response to this article,
Raph Koster Raphael "Raph" Koster (born September 7, 1971) is an American entrepreneur, game designer, and author of '' A Theory of Fun for Game Design''. Koster is widely recognized for his work as the lead designer of ''Ultima Online'' and the creative di ...
added that instancing should be limited to situations in which the creation of a "pocket zone" makes sense within the context of the
fictional universe A fictional universe, or fictional world, is a self-consistent setting with events, and often other elements, that differ from the real world. It may also be called an imagined, constructed, or fictional realm (or world). Fictional universes may ...
— such as the
holodeck The Holodeck is a fictional device from the television franchise ''Star Trek'' which uses "holograms" (projected light and electromagnetic energy which create the illusion of solid objects) to create a realistic 3D simulation of a real or imag ...
in the ''
Star Trek ''Star Trek'' is an American science fiction media franchise created by Gene Roddenberry, which began with the eponymous 1960s television series and quickly became a worldwide pop-culture phenomenon. The franchise has expanded into vari ...
'' franchise. One reviewer described the extensive use of instancing in ''
Age of Conan ''Age of Conan: Unchained'' (formerly known as ''Age of Conan: Hyborian Adventures'') is a fantasy-themed massively multiplayer online role-playing game (MMORPG) developed by Funcom and published by Eidos Interactive for Microsoft Windows in 20 ...
'' as " estroyingthe sense of expansiveness an MMORPG should have".


Technical considerations

Having players participate in instances tends to spread out populations of players, instead of concentrating them, which may reduce or level the workload for both the
server Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
and
client Client(s) or The Client may refer to: * Client (business) * Client (computing), hardware or software that accesses a remote service on another computer * Customer or client, a recipient of goods or services in return for monetary or other valuabl ...
by limiting the number of potential interactions between players and objects. Because the
player character A player character (also known as a playable character or PC) is a fictional character in a video game or tabletop role-playing game whose actions are controlled by a player rather than the rules of the game. The characters that are not control ...
s in the instance do not need to be updated on all the information going on outside the instance, and vice versa for the characters outside the instance, there is an overall decrease in demands on the network, with the net result being less
lag Lag, or similar, may refer to: Lag * Łąg, Poland * Lag (company), a French guitar maker * Lag (cue sports), a brief pre-game competition to determine which player will go first * Latency (engineering), a slower response time in computing, commu ...
for the players. This also reduces the demands on each player's computer, as the number of objects to be processed can be more easily limited by the game's developer. The developer can better reason about the worst-case performance requirements in an instance because they do not have to consider scenarios such as hundreds of players descending on any location at any time.


Usage

Perhaps the first virtual world to use instances was the MMORPG ''
The Realm Online ''The Realm Online'', originally known as ''The Realm'', is a massively multiplayer online role playing game (MMORPG) launched in December 1996 for Windows PC. It was designed in the tradition of graphical MUDs, before the usage of the terms "m ...
'', launched in 1996. Combat in this game was extensively instanced, with every battle taking place in a special room outside of the open world. In ''
Guild Wars ''Guild Wars'' is an online role-playing game franchise developed by ArenaNet and published by NCSOFT. The games were critically well received and won many editor's choice awards, as well as awards such as Best Value, Best Massively Multiplaye ...
'', Town/Outpost areas are created on demand, with a new "district" of that town being created for every 100 players in it; players can move between these at will. When entering an Explorable Area or Cooperative Mission, a separate instance will be created for each group (ranging in size from 2 to 12) of players. Players can play with players across the globe, as in ''
EVE Online ''Eve Online'' (stylised ''EVE Online'') is a space-based, persistent world massively multiplayer online role-playing game (MMORPG) developed and published by CCP Games. Players of ''Eve Online'' can participate in a number of in-game profess ...
'', along with the advantages in load scaling and resources of a traditional multiple server model for
ArenaNet ArenaNet, LLC is an American video game developer and subsidiary of NCsoft, founded in 2000 by Mike O'Brien, Patrick Wyatt and Jeff Strain and located in Bellevue, Washington. They are most notable as developers of the online role-playing ga ...
, the developers. In ''
RuneScape ''RuneScape'' is a fantasy massively multiplayer online role-playing game (MMORPG) developed and published by Jagex, released in January 2001. ''RuneScape'' was originally a browser game built with the Java programming language; it was large ...
'', instances are used mostly in quests, so that other players cannot interfere with the player who is doing the quest, such as battling boss
NPCs A non-player character (NPC), or non-playable character, is any character in a game that is not controlled by a player. The term originated in traditional tabletop role-playing games where it applies to characters controlled by the gamemaster o ...
or having to accomplish a special task. They are also used in certain 'minigames'. However, most monsters not related to quests are not instanced, so players often have to compete with each other to get the reward from killing them. They are also used extensively in the new skill Dungeoneering. The player-owned-houses (commonly abbreviated as P.O.H.), houses that can be owned and built by players, are instanced, with each house having its own instance. ''
Wizard101 ''Wizard101'' is a 2008 massively multiplayer online role-playing game (MMORPG) developed and published by KingsIsle Entertainment. Players take on the role of student wizards who must save the Spiral, the fictional universe in which the game is s ...
'' has a unique system for its instances. As soon as a player steps on the entry area, ten seconds are given for up to three other players to enter. Once inside, the instance usually triggers a new line of quests, which must be completed to gain access to other parts of the instance. If a player logs out or leaves through the "front door", progress will be reset (a warning message will appear). If a player dies, flees, or teleports, data will then be reset in 30 minutes. If a monster is defeated in an instance, it stays defeated. Players can repeat instances as many times as they want.


See also

*
Game server A game server (also sometimes referred to as a host) is a server (computing), server which is the authoritative source of events in a multiplayer video game. The server transmits enough data about its internal state to allow its connected Client ...
(or "shard") *
Persistent world A persistent world or persistent state world (PSW) is a virtual world which, by the definition by Richard Bartle, "continues to exist and develop internally even when there are no people interacting with it". The first virtual worlds were text-bas ...


References

{{DEFAULTSORT:Instance Dungeon Video game gameplay Massively multiplayer online role-playing games Esports terminology